home *** CD-ROM | disk | FTP | other *** search
- object PwdForm: TPwdForm
- Left = 227
- Top = 247
- BorderStyle = bsDialog
- ClientHeight = 102
- ClientWidth = 239
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 7
- Top = 7
- Width = 225
- Height = 30
- AutoSize = False
- end
- object Edit1: TEdit
- Left = 7
- Top = 40
- Width = 225
- Height = 22
- PasswordChar = '*'
- TabOrder = 0
- OnChange = Edit1Change
- end
- object Button1: TButton
- Left = 34
- Top = 70
- Width = 80
- Height = 23
- Default = True
- Enabled = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 122
- Top = 70
- Width = 80
- Height = 23
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-